C1.Web.Api.Configuration Namespace / Manager<T> Class / Contains Method
The item key.

In This Topic
Contains Method
In This Topic
Gets a boolean value which indicates whether the key exists in the manager.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal key As String _
) As Boolean
 

Parameters

key
The item key.

Return Value

A boolean value which indicates whether the key exists in the manager.
See Also